home *** CD-ROM | disk | FTP | other *** search
/ Windows 3-Pak 2 - Disc 2 / Infomagic - Windows 3-Pak Volume 2 (Disc 2 of 3).iso / Telnet-Clients / secmail.exe / _setup.1 / SecureMail.exe / 0 / RCDATA / TREPLYDLG / TREPLYDLG.txt < prev   
Text File  |  1998-11-20  |  1KB  |  68 lines

  1. object ReplyDlg: TReplyDlg
  2.   Left = 218
  3.   Top = 167
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Reply'
  7.   ClientHeight = 112
  8.   ClientWidth = 296
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object GroupBox1: TGroupBox
  18.     Left = 8
  19.     Top = 9
  20.     Width = 198
  21.     Height = 72
  22.     Caption = 'Reply To:'
  23.     TabOrder = 0
  24.     object SenderBut: TRadioButton
  25.       Left = 8
  26.       Top = 20
  27.       Width = 113
  28.       Height = 17
  29.       Caption = '&Sender'
  30.       Checked = True
  31.       TabOrder = 0
  32.       TabStop = True
  33.     end
  34.     object AllBut: TRadioButton
  35.       Left = 8
  36.       Top = 41
  37.       Width = 113
  38.       Height = 17
  39.       Caption = '&All Addressees'
  40.       TabOrder = 1
  41.     end
  42.   end
  43.   object BitBtn1: TBitBtn
  44.     Left = 215
  45.     Top = 14
  46.     Width = 75
  47.     Height = 25
  48.     TabOrder = 1
  49.     Kind = bkOK
  50.   end
  51.   object BitBtn2: TBitBtn
  52.     Left = 216
  53.     Top = 56
  54.     Width = 75
  55.     Height = 25
  56.     TabOrder = 2
  57.     Kind = bkCancel
  58.   end
  59.   object RetainFiles: TCheckBox
  60.     Left = 8
  61.     Top = 88
  62.     Width = 145
  63.     Height = 17
  64.     Caption = 'Retain Attached Files'
  65.     TabOrder = 3
  66.   end
  67. end
  68.